Core/Scripts: triple zone cleanup

Remove hardcoded (as well as deprecated) text in the following places:
- blackrock_depths.cpp
- zone_burning_steppes.cpp
- zone_stormwind_city.cpp

Updates https://github.com/velinath/TrinityCore/issues/2
This commit is contained in:
tkrokli
2016-02-28 00:49:40 +01:00
parent bfac62c5c9
commit 6ffac018dd
4 changed files with 26 additions and 254 deletions

View File

@@ -0,0 +1,2 @@
-- remove script from core requires removing ScriptName from creature_template
UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry`IN (1749,2708);