mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
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:
2
sql/updates/world/2016_02_28_CLEAN-UP_world.sql
Normal file
2
sql/updates/world/2016_02_28_CLEAN-UP_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user