diff options
| author | malcromdev@gmail.com> <none@none> | 2010-04-05 22:09:36 -0230 |
|---|---|---|
| committer | malcromdev@gmail.com> <none@none> | 2010-04-05 22:09:36 -0230 |
| commit | 971d617e9e01640a4f2b6d55aba4d98dfd352a76 (patch) | |
| tree | c6d1f1eb45f6d9e6e9b8dad90afdfc7a5b67d73c /sql/updates | |
| parent | befef61acb50c810b3dd8d7f26cd48b125e7896b (diff) | |
Add Spells to Coldarra Warmages to target Tansisus Shield Bunnys same as Violet Stand.
Also required: http://trinitydatabase.org/index.php?/topic/15320-fix-for-transis-shield-bunnys-coldarra/
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7780_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7780_world_scriptname.sql b/sql/updates/7780_world_scriptname.sql new file mode 100644 index 00000000000..25cdec2b229 --- /dev/null +++ b/sql/updates/7780_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`= 'npc_warmage_coldarra' WHERE `entry` IN (27173,27904,27906); |
