Misc: cleaning
This commit is contained in:
parent
f82c3fd94c
commit
7c081ad303
3 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_24_00 2016_08_24_01 bit;
|
||||
|
||||
UPDATE command SET security = 0 WHERE name = 'gm ingame';
|
||||
|
||||
DELETE FROM command WHERE name IN ('evade', 'chatmessage');
|
||||
|
|
|
|||
3
data/sql/updates/db_world/2016_08_26_00.sql
Normal file
3
data/sql/updates/db_world/2016_08_26_00.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE version_db_database CHANGE COLUMN 2016_08_25_00 2016_08_26_00 bit;
|
||||
|
||||
DELETE FROM command WHERE name IN ('npc evade', 'debug send chatmessage');
|
||||
|
|
@ -979,7 +979,7 @@ bool Guardian::InitStatsForLevel(uint8 petlevel)
|
|||
{
|
||||
// 100% energy after summon
|
||||
SetPower(POWER_ENERGY, GetMaxPower(POWER_ENERGY));
|
||||
|
||||
|
||||
// xinef: fixes orc death knight command racial
|
||||
if (m_owner->getRace() == RACE_ORC)
|
||||
CastSpell(this, SPELL_ORC_RACIAL_COMMAND, true, NULL, NULL, m_owner->GetGUID());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue