diff options
| author | Killyana <morphone1@gmail.com> | 2015-12-30 02:05:24 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-12-30 02:05:24 +0100 |
| commit | 13e509a622a6d88afe27d6cdda4cf9f402818745 (patch) | |
| tree | 93d25c08b2a911eb621e31b05c7c51974e5ea669 /sql | |
| parent | 1c877ecbd2a4c81204f932a4f249b8f9dd6f5b90 (diff) | |
Script/Creature: Imprisoned Beryl Sorcerer
Add missing emote state
Move the credit quest on the 5th hit instead of the 7th one
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_12_29_13_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_29_13_world.sql b/sql/updates/world/2015_12_29_13_world.sql new file mode 100644 index 00000000000..fc182ae49fb --- /dev/null +++ b/sql/updates/world/2015_12_29_13_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=25478; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`) VALUES +(25478,0,4097,415); |
