mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Misc: cleaning
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user