aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@wow.freakz.ro>2011-10-07 20:07:07 +0300
committerroot <root@wow.freakz.ro>2011-10-07 20:07:07 +0300
commit8a0e7537b5ab127e49aa88db12c8a417b5bdfb6f (patch)
treeb069e845db0c0c86a9da02589bdf85af481b036a
parentf130ca8d0a22e284675bd30e2c4c18815bd7d05a (diff)
Core/Misc: Small fixes after recent pulls
-rw-r--r--sql/updates/world/2011_10_04_00_world_trinity_string.sql4
-rw-r--r--sql/updates/world/2011_10_04_01_world_command.sql3
-rwxr-xr-x[-rw-r--r--]src/server/game/Entities/Player/Player.cpp0
3 files changed, 0 insertions, 7 deletions
diff --git a/sql/updates/world/2011_10_04_00_world_trinity_string.sql b/sql/updates/world/2011_10_04_00_world_trinity_string.sql
deleted file mode 100644
index 2dff16050e4..00000000000
--- a/sql/updates/world/2011_10_04_00_world_trinity_string.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-DELETE FROM `trinity_string` WHERE `entry` IN(2027,2028);
-INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
-('2027', 'There are pending open tickets, please close them first!'),
-('2028', 'All closed tickets were deleted and counter is reseted to |cffff00ff 1|r'); \ No newline at end of file
diff --git a/sql/updates/world/2011_10_04_01_world_command.sql b/sql/updates/world/2011_10_04_01_world_command.sql
deleted file mode 100644
index c3767c7dc00..00000000000
--- a/sql/updates/world/2011_10_04_01_world_command.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-DELETE FROM `command` WHERE `name` = 'ticket reset';
-INSERT INTO `command` (`name`, `security`, `help`) VALUES
-('ticket reset', 3, 'Syntax: .ticket reset\nRemoves all closed tickets and resets the counter, if no pending open tickets are existing.'); \ No newline at end of file
diff --git a/src/server/game/Entities/Player/Player.cpp b/src/server/game/Entities/Player/Player.cpp
index 161563b1127..161563b1127 100644..100755
--- a/src/server/game/Entities/Player/Player.cpp
+++ b/src/server/game/Entities/Player/Player.cpp